From f78ddada7dbddccc495fccd3df1d489bc3f29878 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Fri, 24 Feb 2012 15:36:21 +0000 Subject: [PATCH] Improve wording of Garmin USB exclusive use warning. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4155 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/jeeps/gpsusbwin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpsbabel/jeeps/gpsusbwin.c b/gpsbabel/jeeps/gpsusbwin.c index c95918b15..34bf9168c 100644 --- a/gpsbabel/jeeps/gpsusbwin.c +++ b/gpsbabel/jeeps/gpsusbwin.c @@ -166,7 +166,8 @@ HANDLE* garmin_usb_start(HDEVINFO* hdevinfo, SP_DEVICE_INTERFACE_DATA* infodata) if (GetLastError() == ERROR_ACCESS_DENIED) { warning( "Exclusive access is denied. It's likely that something else such as\n" - "Nroute, Spanner, Google Earth, or GPSGate already has control of the device\n"); + "Garmin Lifetime Updater, Communicator, Basecamp, Nroute, Spanner,\n" + "Google Earth, or GPSGate already has control of the device\n"); } GPS_Serial_Error("(usb) CreateFile on '%s' failed", pdd->DevicePath); return NULL; -- 2.30.2